}
row.addSample(res);
Calculator tot = ((Calculator) tableRows.get(TOTAL_ROW_LABEL));
tot.addSample(res);
model.fireTableDataChanged();
}
row.addSample(res);
}
Calculator tot = ((Calculator) tableRows.get(TOTAL_ROW_LABEL));
synchronized(tot) {
tot.addSample(res);
}
model.fireTableDataChanged();
}